Recently, I enabled GPRS on my phone, so that I could get high speed connections to the Internet from my Tungsten T2 via Bluetooth.
Unfortunately, the required information for configuring the Palm network connection isn't available anywhere on the Orange website. However, Orange data services helped me through the setup, so in case anyone else needs it here is what you do:
In Network create a new Service with the following parameters:
Service: Orange (or any name of your choice)
User name: "a"
Password: "a"
Note the quotes are required
Connection type: PPP
Idle timeout: never
Query DNS
IP Address automatic
Script:
Send AT&F
Send CR
Send AT+CGDCONT=1 ,"IP","orangeinternet"
Send
Send
Send CR
Send ATD*99#
Send CR
Wait for CONNECT
End
In Connection create a new Connection with the following parameters:
Connection
Name: GPRS (can be whatever you want)
Connect to: PC
Via: Bluetooth
Device: Nokia 6310i
Speed: 115,200
Flow Ctl: Automatic
In Network make sure that connection is set to GPRS (or whatever you
called it) and away you go.
Subscribe to:
Post Comments (Atom)
Oracle Linux virt-manager Error launching create dialog: list index out of range
After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...
-
Have you ever seen a message in /var/adm/syslog/syslog.log and wished that something special could be done when it occurs? The messages in...
-
Create a backup using a graph file The easiest way to use fbackup is to create a file containing a list of files/directories to be ...
-
To add a DCE principle/account: dcecp -c pri create ${i} dcecp -c org add org1 -member ${i} dcecp -c group ad...
No comments:
Post a Comment